home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Bomber Fortress.swf / scripts / DefineButton2_123 / BUTTONCONDACTION on(keyPress n).as
Encoding:
Text File  |  2006-06-13  |  222 b   |  16 lines

  1. on(keyPress "n"){
  2.    set("/:direction","6");
  3.    tellTarget("/7")
  4.    {
  5.       xmov = "6";
  6.    }
  7.    tellTarget("/13")
  8.    {
  9.       xmov = "6";
  10.    }
  11.    tellTarget("/plane/cannon")
  12.    {
  13.       gotoAndStop(4);
  14.    }
  15. }
  16.